blob: df3affa1ceb5b7f80b0c1de70dc8cf51d3d786b0 [file] [log] [blame]
Joel Galensonee3e09d2020-07-28 13:50:12 -07001name: "linked-hash-map"
2description:
3 "A HashMap wrapper that holds key-value pairs in insertion order"
4
5third_party {
6 url {
7 type: HOMEPAGE
8 value: "https://crates.io/crates/linked-hash-map"
9 }
10 url {
11 type: GIT
12 value: "https://github.com/contain-rs/linked-hash-map"
13 }
14 version: "0.5.3"
15 last_upgrade_date { year: 2020 month: 6 day: 11 }
16 license_type: NOTICE
17}